H5A

Undocumented in source.
struct H5A {}

Members

Static functions

close
void close(hid_t attr_id)
Undocumented in source. Be warned that the author may not have intended to support it.
create2
hid_t create2(hid_t loc_id, string attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
create_by_name
hid_t create_by_name(hid_t loc_id, string obj_name, string attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_id, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
delete_by_idx
void delete_by_idx(hid_t loc_id, string obj_name, H5Index idx_type, H5IterOrder order, hsize_t n, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
delete_by_name
void delete_by_name(hid_t loc_id, string obj_name, string attr_name, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
exists
htri_t exists(hid_t obj_id, string attr_name)
Undocumented in source. Be warned that the author may not have intended to support it.
exists_by_name
htri_t exists_by_name(hid_t obj_id, string obj_name, string attr_name, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_create_plist
hid_t get_create_plist(hid_t attr_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_info
void get_info(hid_t attr_id, H5A_info_t* ainfo)
Undocumented in source. Be warned that the author may not have intended to support it.
get_info_by_idx
void get_info_by_idx(hid_t loc_id, string obj_name, H5Index idx_type, H5IterOrder order, hsize_t n, H5A_info_t* ainfo, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_info_by_name
void get_info_by_name(hid_t loc_id, string obj_name, string attr_name, H5A_info_t* ainfo, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_name
string get_name(hid_t attr_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_name_by_idx
string get_name_by_idx(hid_t loc_id, string obj_name, H5Index idx_type, H5IterOrder order, hsize_t n, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_space
hid_t get_space(hid_t attr_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_storage_size
hsize_t get_storage_size(hid_t attr_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_type
hid_t get_type(hid_t attr_id)
Undocumented in source. Be warned that the author may not have intended to support it.
h5delete
void h5delete(hid_t loc_id, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
iterate2
void iterate2(hid_t loc_id, H5Index idx_type, H5IterOrder order, hsize_t* idx, H5A_operator2_t op, void* op_data)
Undocumented in source. Be warned that the author may not have intended to support it.
iterate_by_name
void iterate_by_name(hid_t loc_id, string obj_name, H5Index idx_type, H5IterOrder order, hsize_t* idx, H5A_operator2_t op, void* op_data, hid_t lapd_id)
Undocumented in source. Be warned that the author may not have intended to support it.
open
hid_t open(hid_t obj_id, string attr_name, hid_t aapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
open_by_idx
hid_t open_by_idx(hid_t loc_id, string obj_name, H5Index idx_type, H5IterOrder order, hsize_t n, hid_t aapl_id, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
open_by_name
hid_t open_by_name(hid_t loc_id, string obj_name, string attr_name, hid_t aapl_id, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
read
void read(hid_t attr_id, hid_t type_id, ubyte* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
rename
void rename(hid_t loc_id, string old_name, string new_name)
Undocumented in source. Be warned that the author may not have intended to support it.
rename_by_name
void rename_by_name(hid_t loc_id, string obj_name, string old_attr_name, string new_attr_name, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(hid_t attr_id, hid_t type_id, const(ubyte*) buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta